home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Utilities / GOCR / src / pcx.h < prev    next >
C/C++ Source or Header  |  2000-03-15  |  209b  |  10 lines

  1.  
  2. #include "pnm.h"
  3.  
  4. void readpcx(char *name,pix *p,int vvv);
  5.  
  6. // write 8bit palette no RLE 
  7. void writebmp(char *name,pix p,int vvv);
  8.  
  9. // ------------------------------------------------------------------------
  10.